home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_13216.txt < prev    next >
Text File  |  1990-08-24  |  9KB  |  398 lines

  1. -- card: 13216 from stack: in.0
  2. -- bmap block id: 13490
  3. -- flags: 2000
  4. -- background id: 15491
  5. -- name: AppleTree
  6. ----- HyperTalk script -----
  7. on goPrev
  8.   set cursor to none
  9.   lock screen
  10.   go prev
  11.   unlock screen with dissolve
  12.   hide cd fld "text1" of next cd
  13.   hide pict of next cd
  14.   repeat with n = 2 to 21
  15.     hide btn ("apple" & n)  of next cd
  16.   end repeat
  17.   showText
  18. end goPrev
  19.  
  20.  
  21. -- part of the apple animation
  22. on Action
  23.   global TreeTop
  24.   -- go to the "guy under the tree" cd
  25.   set cursor to none
  26.   visual scroll up slow
  27.   go next
  28.   -- reset prev cd
  29.   hide cd fld "text1" of prev cd
  30.   hide pict of prev cd
  31.   repeat with n = 2 to 21
  32.     hide btn ("apple" & n)  of prev cd
  33.   end repeat
  34.   DropApple
  35.   -- go to the "guy hit by apple" cd
  36.   go next
  37.   set the top of btn "apple" of prev cd to TreeTop
  38.   wait 10
  39.   StarCircle
  40.   visual dissolve slow
  41.   go Next
  42.   hide btn "star" of prev cd
  43.   wait 10
  44.   PlanetCircle
  45.   wait 10
  46.   showText
  47. end Action
  48.  
  49.  
  50.  
  51. -- part 8 (button)
  52. -- low flags: 80
  53. -- high flags: 0000
  54. -- rect: left=362 top=272 right=313 bottom=401
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 9317 / 9317
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: apple7
  63.  
  64.  
  65. -- part 9 (button)
  66. -- low flags: 80
  67. -- high flags: 0000
  68. -- rect: left=445 top=152 right=184 bottom=474
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 9317 / 9317
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: apple16
  77.  
  78.  
  79. -- part 10 (button)
  80. -- low flags: 80
  81. -- high flags: 0000
  82. -- rect: left=409 top=157 right=198 bottom=448
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 9317 / 9317
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: apple9
  91.  
  92.  
  93. -- part 11 (button)
  94. -- low flags: 80
  95. -- high flags: 0000
  96. -- rect: left=369 top=15 right=56 bottom=408
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 9317 / 9317
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: apple17
  105.  
  106.  
  107. -- part 12 (button)
  108. -- low flags: 80
  109. -- high flags: 0000
  110. -- rect: left=330 top=96 right=137 bottom=369
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 9317 / 9317
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: apple5
  119.  
  120.  
  121. -- part 13 (button)
  122. -- low flags: 80
  123. -- high flags: 0000
  124. -- rect: left=319 top=129 right=161 bottom=348
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 9317 / 9317
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: apple6
  133.  
  134.  
  135. -- part 14 (button)
  136. -- low flags: 80
  137. -- high flags: 0000
  138. -- rect: left=292 top=97 right=138 bottom=331
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 9317 / 9317
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: apple2
  147.  
  148.  
  149. -- part 15 (button)
  150. -- low flags: 80
  151. -- high flags: 0000
  152. -- rect: left=268 top=214 right=255 bottom=307
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 9317 / 9317
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: apple8
  161.  
  162.  
  163. -- part 16 (button)
  164. -- low flags: 80
  165. -- high flags: 0000
  166. -- rect: left=246 top=131 right=172 bottom=285
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 9317 / 9317
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: apple18
  175.  
  176.  
  177. -- part 1 (field)
  178. -- low flags: 81
  179. -- high flags: 2002
  180. -- rect: left=289 top=30 right=105 bottom=451
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 0
  184. -- font id: 174
  185. -- text size: 14
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: text1
  189.  
  190.  
  191. -- part 17 (button)
  192. -- low flags: 80
  193. -- high flags: 0000
  194. -- rect: left=199 top=223 right=264 bottom=238
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 9317 / 9317
  197. -- text alignment: 1
  198. -- font id: 0
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: apple19
  203.  
  204.  
  205. -- part 18 (button)
  206. -- low flags: 80
  207. -- high flags: 0000
  208. -- rect: left=208 top=33 right=65 bottom=237
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 9317 / 9317
  211. -- text alignment: 1
  212. -- font id: 0
  213. -- text size: 12
  214. -- style flags: 0
  215. -- line height: 16
  216. -- part name: apple11
  217.  
  218.  
  219. -- part 19 (button)
  220. -- low flags: 80
  221. -- high flags: 0000
  222. -- rect: left=174 top=258 right=299 bottom=213
  223. -- title width / last selected line: 0
  224. -- icon id / first selected line: 9317 / 9317
  225. -- text alignment: 1
  226. -- font id: 0
  227. -- text size: 12
  228. -- style flags: 0
  229. -- line height: 16
  230. -- part name: apple14
  231.  
  232.  
  233. -- part 20 (button)
  234. -- low flags: 00
  235. -- high flags: 0000
  236. -- rect: left=158 top=100 right=141 bottom=197
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 9317 / 9317
  239. -- text alignment: 1
  240. -- font id: 0
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: apple1
  245.  
  246.  
  247. -- part 21 (button)
  248. -- low flags: 80
  249. -- high flags: 0000
  250. -- rect: left=150 top=7 right=39 bottom=179
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 9317 / 9317
  253. -- text alignment: 1
  254. -- font id: 0
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: apple3
  259.  
  260.  
  261. -- part 22 (button)
  262. -- low flags: 80
  263. -- high flags: 0000
  264. -- rect: left=133 top=271 right=312 bottom=172
  265. -- title width / last selected line: 0
  266. -- icon id / first selected line: 9317 / 9317
  267. -- text alignment: 1
  268. -- font id: 0
  269. -- text size: 12
  270. -- style flags: 0
  271. -- line height: 16
  272. -- part name: apple13
  273.  
  274.  
  275. -- part 23 (button)
  276. -- low flags: 80
  277. -- high flags: 0000
  278. -- rect: left=127 top=101 right=133 bottom=156
  279. -- title width / last selected line: 0
  280. -- icon id / first selected line: 9317 / 9317
  281. -- text alignment: 1
  282. -- font id: 0
  283. -- text size: 12
  284. -- style flags: 0
  285. -- line height: 16
  286. -- part name: apple21
  287.  
  288.  
  289. -- part 24 (button)
  290. -- low flags: 80
  291. -- high flags: 0000
  292. -- rect: left=96 top=166 right=207 bottom=135
  293. -- title width / last selected line: 0
  294. -- icon id / first selected line: 9317 / 9317
  295. -- text alignment: 1
  296. -- font id: 0
  297. -- text size: 12
  298. -- style flags: 0
  299. -- line height: 16
  300. -- part name: apple4
  301.  
  302.  
  303. -- part 25 (button)
  304. -- low flags: 80
  305. -- high flags: 0000
  306. -- rect: left=64 top=95 right=136 bottom=103
  307. -- title width / last selected line: 0
  308. -- icon id / first selected line: 9317 / 9317
  309. -- text alignment: 1
  310. -- font id: 0
  311. -- text size: 12
  312. -- style flags: 0
  313. -- line height: 16
  314. -- part name: apple15
  315.  
  316.  
  317. -- part 26 (button)
  318. -- low flags: 80
  319. -- high flags: 0000
  320. -- rect: left=50 top=257 right=289 bottom=79
  321. -- title width / last selected line: 0
  322. -- icon id / first selected line: 9317 / 9317
  323. -- text alignment: 1
  324. -- font id: 0
  325. -- text size: 12
  326. -- style flags: 0
  327. -- line height: 16
  328. -- part name: apple12
  329.  
  330.  
  331. -- part 27 (button)
  332. -- low flags: 80
  333. -- high flags: 0000
  334. -- rect: left=39 top=174 right=215 bottom=78
  335. -- title width / last selected line: 0
  336. -- icon id / first selected line: 9317 / 9317
  337. -- text alignment: 1
  338. -- font id: 0
  339. -- text size: 12
  340. -- style flags: 0
  341. -- line height: 16
  342. -- part name: apple20
  343.  
  344.  
  345. -- part 28 (button)
  346. -- low flags: 80
  347. -- high flags: 0000
  348. -- rect: left=39 top=111 right=143 bottom=68
  349. -- title width / last selected line: 0
  350. -- icon id / first selected line: 9317 / 9317
  351. -- text alignment: 1
  352. -- font id: 0
  353. -- text size: 12
  354. -- style flags: 0
  355. -- line height: 16
  356. -- part name: apple10
  357.  
  358.  
  359. -- part 29 (button)
  360. -- low flags: 00
  361. -- high flags: 0000
  362. -- rect: left=474 top=195 right=224 bottom=506
  363. -- title width / last selected line: 0
  364. -- icon id / first selected line: 24471 / 24471
  365. -- text alignment: 1
  366. -- font id: 0
  367. -- text size: 12
  368. -- style flags: 0
  369. -- line height: 16
  370. -- part name: MapBtn
  371. ----- HyperTalk script -----
  372. -- Go to the Map stack.  "CameFrom" holds the name of this cd
  373. -- so the Map can hilite the cd the user came from.
  374.  
  375. on mouseUp
  376.   global DisSpeed, CameFrom, MapMode
  377.   set the hilite of me to true
  378.   lock Screen
  379.   set the hilite of me to false
  380.   put "Introduction to" into CameFrom
  381.   put last char of the icon of bg btn "section" into sectionNum
  382.   if sectionNum > 3 then put 2 into sectionNum
  383.   put "section" && sectionNum & ":" into SubCd
  384.   visual DisSpeed
  385.   if MapMode is "graph" then
  386.     go to cd SubCd of stack "‚Ä¢HC 2.0-3"
  387.     HiliteMap
  388.   else
  389.     go to cd "indexmap" of stack "‚Ä¢HC 2.0-3"
  390.   end if
  391.   unlock screen with DisSpeed
  392. end mouseUp
  393.  
  394.  
  395.  
  396. -- part contents for card part 1
  397. ----- text -----
  398. And apple trees make me think of summer afternoons...and reading in the shade....